+2000-03-23 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
+
2000-03-17 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Remove the #ifndef
+2000-03-23 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
+
2000-03-17 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Remove the #ifndef
+2000-03-23 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
+
2000-03-17 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Remove the #ifndef
+2000-03-23 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
+
2000-03-17 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Remove the #ifndef
+2000-03-23 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
+
2000-03-17 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Remove the #ifndef
+2000-03-23 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
+
2000-03-17 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Remove the #ifndef
+2000-03-23 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
+
2000-03-17 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Remove the #ifndef
(*callback) (paned->child2, callback_data);
}
+gint
+gtk_paned_get_position (GtkPaned *paned)
+{
+ g_return_if_fail (paned != NULL);
+ g_return_if_fail (GTK_IS_PANED (paned));
+
+ return paned->child1_size;
+}
+
void
gtk_paned_set_position (GtkPaned *paned,
gint position)
GtkWidget *child,
gboolean resize,
gboolean shrink);
+gint gtk_paned_get_position (GtkPaned *paned);
void gtk_paned_set_position (GtkPaned *paned,
gint position);
void gtk_paned_set_handle_size (GtkPaned *paned,